home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…nuary (Partner) - Disc 2
/
The Apple Reference and Presentations Library (Disc 2)(January 1994).iso
/
Synergy Software
/
US English
/
KaleidaGraph™-PPC
/
Examples folder
/
Scripts
/
Sample Formula Script
Wrap
Text File
|
1993-04-26
|
457b
|
36 lines
#SET_DIRECTORY
directory = ""
#END
#DATAFILE
file = ":Examples folder:Sample Text Data:example - text"
delimeter = tab
skip = 0
read_titles = TRUE
del_number = 0
#END
#FORMULA
c3 = (c1 + c2) /2;
name("Mean Values", c3);
#END
#SCRIPT
plot_type = line
begin_group
title = "Test Data Plot"
legend = "Test #1"
legend = "Test #2"
x = 0
y = 1
y = 2
end_group
begin_group
title = "Test Data Plot - Mean"
legend = "Mean of Test Data"
x = 0
y = 3
end_group
#END